projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0cec768
)
placeview: Don't leak the file enumerator
author
Matthias Clasen
<mclasen@redhat.com>
Thu, 17 Nov 2016 18:50:25 +0000
(13:50 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Thu, 17 Nov 2016 18:50:25 +0000
(13:50 -0500)
Pointed out in https://bugzilla.gnome.org/show_bug.cgi?id=774634
gtk/gtkplacesview.c
patch
|
blob
|
history
diff --git
a/gtk/gtkplacesview.c
b/gtk/gtkplacesview.c
index 17ed7bd30634451052a71e5b00d4d83c15b78a34..ceee750d11d0d9381efdf61c1efec993ebbbaf0c 100644
(file)
--- a/
gtk/gtkplacesview.c
+++ b/
gtk/gtkplacesview.c
@@
-1010,6
+1010,7
@@
network_enumeration_finished (GObject *source_object,
priv->networks_fetching_cancellable,
network_enumeration_next_files_finished,
user_data);
+ g_object_unref (enumerator);
}
}